home *** CD-ROM | disk | FTP | other *** search
- object AnalysisForm: TAnalysisForm
- Left = 200
- Top = 109
- Width = 407
- Height = 268
- Caption = 'AnalysisForm'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object PageControl1: TPageControl
- Left = 0
- Top = 0
- Width = 399
- Height = 193
- ActivePage = FieldsPage
- Align = alTop
- TabOrder = 0
- object FieldsPage: TTabSheet
- Caption = 'FieldsPage'
- TabVisible = False
- object Label1: TLabel
- Left = 96
- Top = 8
- Width = 130
- Height = 13
- Caption = 'Fields available for analysis:'
- end
- object Label2: TLabel
- Left = 264
- Top = 56
- Width = 105
- Height = 39
- Caption = 'Select the fields for your analysis and then press '#39'Next'#39'.'
- WordWrap = True
- end
- object CLB1: TCheckListBox
- Left = 96
- Top = 24
- Width = 161
- Height = 153
- OnClickCheck = CLB1ClickCheck
- ItemHeight = 13
- TabOrder = 0
- end
- end
- object AnalSelectPage: TTabSheet
- Caption = 'AnalSelectPage'
- TabVisible = False
- object GroupBox1: TGroupBox
- Left = 16
- Top = 16
- Width = 361
- Height = 137
- Caption = 'Select analysis desired '
- TabOrder = 0
- object MinCB: TCheckBox
- Left = 24
- Top = 24
- Width = 169
- Height = 17
- Caption = 'Minimum value in table'
- TabOrder = 0
- end
- object MaxCB: TCheckBox
- Left = 24
- Top = 48
- Width = 145
- Height = 17
- Caption = 'Maximum value in table'
- TabOrder = 1
- end
- object SumCB: TCheckBox
- Left = 24
- Top = 72
- Width = 153
- Height = 17
- Caption = 'Sum of all values'
- TabOrder = 2
- end
- object AveCB: TCheckBox
- Left = 208
- Top = 32
- Width = 145
- Height = 17
- Caption = 'Average value'
- TabOrder = 3
- end
- object SDCB: TCheckBox
- Left = 208
- Top = 72
- Width = 129
- Height = 17
- Caption = 'Standard Deviation'
- Enabled = False
- TabOrder = 4
- end
- end
- end
- object ResultsPage: TTabSheet
- Caption = 'ResultsPage'
- TabVisible = False
- object Label3: TLabel
- Left = 8
- Top = 8
- Width = 92
- Height = 13
- Caption = 'Analysis results:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object BitBtn5: TBitBtn
- Left = 224
- Top = 152
- Width = 75
- Height = 25
- Caption = 'Print'
- TabOrder = 0
- OnClick = BitBtn5Click
- end
- object BitBtn6: TBitBtn
- Left = 64
- Top = 152
- Width = 75
- Height = 25
- Caption = 'Copy'
- TabOrder = 1
- OnClick = BitBtn6Click
- end
- object StringGrid1: TStringGrid
- Left = 16
- Top = 24
- Width = 369
- Height = 120
- DefaultColWidth = 80
- DefaultRowHeight = 16
- Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing]
- TabOrder = 2
- end
- end
- end
- object CancelBtn: TBitBtn
- Left = 32
- Top = 208
- Width = 75
- Height = 25
- Caption = 'Cancel'
- TabOrder = 1
- OnClick = CancelBtnClick
- end
- object PriorBtn: TBitBtn
- Left = 144
- Top = 208
- Width = 75
- Height = 25
- Caption = '<< Prior'
- TabOrder = 2
- OnClick = PriorBtnClick
- end
- object NextBtn: TBitBtn
- Left = 224
- Top = 208
- Width = 75
- Height = 25
- Caption = 'Next >>'
- TabOrder = 3
- OnClick = NextBtnClick
- end
- object FinishBtn: TBitBtn
- Left = 304
- Top = 208
- Width = 75
- Height = 25
- Caption = 'Finish'
- TabOrder = 4
- OnClick = FinishBtnClick
- end
- object PrintDialog1: TPrintDialog
- Left = 164
- Top = 6
- end
- end
-